Compare commits

...

7 Commits
main ... prod

1 changed files with 11 additions and 7 deletions

View File

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