added host expose variant
This commit is contained in:
parent
9b352185d4
commit
f0d63d48c3
|
|
@ -0,0 +1,21 @@
|
|||
services:
|
||||
openbox-rdp:
|
||||
build: .
|
||||
container_name: openbox-rdp
|
||||
ports:
|
||||
- "3389:3389"
|
||||
- "5900:5900"
|
||||
network_mode: host
|
||||
environment:
|
||||
- FIREFOX_HOMEPAGE=${FIREFOX_HOMEPAGE}
|
||||
- RDP_PASSWORD=${RDP_PASSWORD}
|
||||
volumes:
|
||||
- ./firefox-data:/home/openbox/.mozilla
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
mguard-network:
|
||||
name: mguard_network
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.20.0.0/16
|
||||
Loading…
Reference in New Issue