Update docker-compose.yml

This commit is contained in:
2026-06-09 19:31:01 +00:00
parent 9ced8d11c6
commit 0a022faf96

View File

@@ -1,7 +1,7 @@
services: services:
dhl: dhl:
build: . build: .
image: dhl:latest image: docker pull git.danielvici.com/danielvici123/dhl:latest
container_name: dhl container_name: dhl
ports: ports:
- "3000:3000" - "3000:3000"