renommer le conteneur timelapse-frontend-dev en timelapse-frontend dans docker-compose.yml

This commit is contained in:
2025-03-10 12:05:53 +01:00
parent f5bc3ea09f
commit 495a99a625

View File

@@ -1,7 +1,7 @@
services: services:
timelapse-frontend: timelapse-frontend:
image: nginx:latest image: nginx:latest
container_name: timelapse-frontend-dev container_name: timelapse-frontend
ports: ports:
- "8093:80" - "8093:80"
- "16443:443" - "16443:443"