Compare commits

...

7 Commits
main ... prod

1 changed files with 11 additions and 7 deletions

View File

@ -1,7 +1,11 @@
services:
cg1:
image: nginx:alpine
volumes:
- ./src:/usr/share/nginx/html:ro
ports:
- "8080:80"
services:
cg1:
image: nginx:alpine
volumes:
- ./src:/usr/share/nginx/html:ro
networks:
- public
restart: unless-stopped
networks:
public:
external: true