initial
parent
7b7ef23ba4
commit
7c21a1c896
|
|
@ -0,0 +1,20 @@
|
||||||
|
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:
|
||||||
|
- 'mysql:/mnt/containers/rconfig/container-data/data/mysql':Z
|
||||||
|
- 'rconfig:/mnt/containers/rconfig/container-data/data/rconfig':Z
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
- "8443:443"
|
||||||
|
networks:
|
||||||
|
- reverseproxy-nw
|
||||||
|
|
||||||
|
networks:
|
||||||
|
reverseproxy-nw:
|
||||||
|
external: true
|
||||||
Loading…
Reference in New Issue