syntax
parent
a06baf2f5b
commit
a873ae5f45
|
|
@ -1,16 +1,17 @@
|
||||||
rconfig:
|
services:
|
||||||
container_name: rconfig
|
rconfig:
|
||||||
image: libyerman/rconfig:3.9.6
|
container_name: rconfig
|
||||||
privileged: true
|
image: libyerman/rconfig:3.9.6
|
||||||
restart: always
|
privileged: true
|
||||||
|
restart: always
|
||||||
# To persist data for the web and database configurations, uncomment the 3 lines below:
|
# To persist data for the web and database configurations, uncomment the 3 lines below:
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/containers/rconfig/container-data/data/mysql:/var/lib/mysql:Z
|
- /mnt/containers/rconfig/container-data/data/mysql:/var/lib/mysql:Z
|
||||||
- /mnt/containers/rconfig/container-data/data:/home/rconfig:Z
|
- /mnt/containers/rconfig/container-data/data:/home/rconfig:Z
|
||||||
# ports:
|
# ports:
|
||||||
# - "8080:80"
|
# - "8080:80"
|
||||||
# - "8443:443"
|
# - "8443:443"
|
||||||
networks:
|
networks:
|
||||||
- reverseproxy-nw
|
- reverseproxy-nw
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue