first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-01 18:55:06 +02:00
parent 5166e3c7e0
commit 399e7ff59b
17 changed files with 29 additions and 18 deletions

View File

@ -6,7 +6,7 @@ services:
swag:
image: lscr.io/linuxserver/swag:${tag-latest}
container_name: swag
network_mode: ${net-bridge}
network_mode: ${NET-bridge}
cap_add:
- NET_ADMIN
environment:
@ -34,7 +34,7 @@ services:
dockerproxy:
image: ghcr.io/tecnativa/docker-socket-proxy:${tag-latest}
container_name: dockerproxy
network_mode: ${net-bridge}
network_mode: ${NET-bridge}
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: ${RST-unless-stopped}