remove portforward, add public network
This commit is contained in:
parent
0ec890f026
commit
5029ee59b4
|
@ -3,5 +3,8 @@ services:
|
|||
image: nginx:alpine
|
||||
volumes:
|
||||
- ./src:/usr/share/nginx/html:ro
|
||||
ports:
|
||||
- "8080:80"
|
||||
networks:
|
||||
- public
|
||||
networks:
|
||||
public:
|
||||
external: true
|
Loading…
Reference in New Issue