rework of docker containers

This commit is contained in:
2021-11-07 10:13:25 +01:00
parent d27ac60619
commit 1b11399b19
3 changed files with 6 additions and 6 deletions

View File

@@ -2,8 +2,8 @@ version: "2.1"
services:
swag:
image: ghcr.io/linuxserver/swag
container_name: swag
image: linuxserver/swag
container_name: swag_update
cap_add:
- NET_ADMIN
environment:
@@ -15,7 +15,7 @@ services:
- VALIDATION=http
- EMAIL=nilsgrunwald@msn.com
volumes:
- swag_conf:/config
- swag_conf_update:/config
ports:
- 443:443
- 80:80
@@ -24,7 +24,7 @@ services:
- nginx_network
volumes:
swag_conf:
swag_conf_update:
networks: