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