clean up compose file
This commit is contained in:
@@ -10,7 +10,6 @@ services:
|
||||
extra_hosts:
|
||||
- "host:192.168.2.150"
|
||||
volumes:
|
||||
#- /home/user/certs:/host/etc/certs
|
||||
- /opt/nginx/etc/.htpasswd:/host/etc/.htpasswd
|
||||
- /opt/nginx/etc/nginx/conf:/etc/nginx/conf
|
||||
- /opt/nginx/etc/nginx/conf.d:/etc/nginx/conf.d
|
||||
@@ -64,18 +63,6 @@ services:
|
||||
- /opt/openvpn-server:/etc/openvpn
|
||||
network_mode: bridge
|
||||
restart: unless-stopped
|
||||
#openvpn-server:
|
||||
# image: jpetazzo/dockvpn:latest
|
||||
# container_name: openvpn-server
|
||||
# extra_hosts:
|
||||
# - "host:192.168.2.150"
|
||||
# ports:
|
||||
# - 443:443
|
||||
# cap_add:
|
||||
# - NET_ADMIN
|
||||
# volumes:
|
||||
# - /opt/openvpn:/etc/openvpn
|
||||
# restart: unless-stopped
|
||||
borgmatic:
|
||||
image: b3vis/borgmatic:v1.1.10-1.4.21 # custom, no linuxserver image
|
||||
container_name: borgmatic
|
||||
|
||||
Reference in New Issue
Block a user