unix line endings
This commit is contained in:
parent
80b6709567
commit
e53529f78f
|
@ -1,11 +1,11 @@
|
||||||
services:
|
services:
|
||||||
cg1:
|
cg1:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/usr/share/nginx/html:ro
|
- ./src:/usr/share/nginx/html:ro
|
||||||
networks:
|
networks:
|
||||||
- public
|
- public
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
public:
|
public:
|
||||||
external: true
|
external: true
|
||||||
|
|
Loading…
Reference in New Issue