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