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