master
pipistrello 2022-01-18 15:21:41 +03:00
parent 40c035ed49
commit a06baf2f5b
1 changed files with 3 additions and 5 deletions

View File

@ -1,17 +1,15 @@
rconfig:
container_name: rconfig
image: libyerman/rconfig:3.9.6
#image: local/rconfig
privileged: true
restart: always
# To persist data for the web and database configurations, uncomment the 3 lines below:
volumes:
- /mnt/containers/rconfig/container-data/data/mysql:/var/lib/mysql:Z
- /mnt/containers/rconfig/container-data/data:/home/rconfig:Z
ports:
- "8080:80"
- "8443:443"
# ports:
# - "8080:80"
# - "8443:443"
networks:
- reverseproxy-nw