syntax
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
rconfig:
|
||||
container_name: rconfig
|
||||
image: libyerman/rconfig:3.9.6
|
||||
privileged: true
|
||||
restart: always
|
||||
services:
|
||||
rconfig:
|
||||
container_name: rconfig
|
||||
image: libyerman/rconfig:3.9.6
|
||||
privileged: true
|
||||
restart: always
|
||||
# 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:/home/rconfig:Z
|
||||
# ports:
|
||||
# - "8080:80"
|
||||
# - "8443:443"
|
||||
networks:
|
||||
networks:
|
||||
- reverseproxy-nw
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user