fix
All checks were successful
Build Docker / deploy (push) Successful in 37s
Build Docker / build (push) Successful in 28s

This commit is contained in:
2026-03-07 00:06:10 +03:00
parent 1a312fb7a3
commit bbfe68c533

View File

@@ -3,7 +3,7 @@ services:
image: back:latest image: back:latest
container_name: wedding-site container_name: wedding-site
volumes: volumes:
- wedding_volume:/home/backend #- wedding_volume:/home/backend
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
ports: ports:
- "${PORT}:${PORT}" - "${PORT}:${PORT}"