remove unused network

This commit is contained in:
Yax 2021-12-12 18:38:24 +01:00
parent 13f3ddbfd1
commit 100f406117

View file

@ -7,7 +7,7 @@ services:
NODE_ENV: production NODE_ENV: production
image: bpatrik/pigallery2:1.9.0-alpine image: bpatrik/pigallery2:1.9.0-alpine
networks: networks:
- srv - photo-frontend
expose: expose:
- 80 - 80
restart: unless-stopped restart: unless-stopped