unix line endings

This commit is contained in:
Luca Conte 2025-05-10 13:44:45 +02:00
parent 80b6709567
commit e53529f78f
1 changed files with 11 additions and 11 deletions

View File

@ -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