fix example docker-compose.yml

This commit is contained in:
Cory Sanin 2025-01-14 20:31:27 -05:00
parent e1230b3fde
commit 69868d0f7c

View File

@ -10,7 +10,7 @@ services:
- ./config:/srv/archery/config
- /var/run/docker.sock:/var/run/docker.sock
environment:
- PASSWORD: ${POSTGRES_PASSWORD}
PASSWORD: ${POSTGRES_PASSWORD}
restart: "no"
ports:
- 8080:8080