Fix docker-compose port conflict with Gitea on 110
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
This commit is contained in:
@@ -42,7 +42,7 @@ services:
|
||||
container_name: agent_bounty_web
|
||||
restart: always
|
||||
ports:
|
||||
- "3001:3000"
|
||||
- "3000:3000"
|
||||
environment:
|
||||
# Use the docker internal network to connect to postgres
|
||||
- DATABASE_URL=postgresql://agent:agent_password_secure@db:5432/agent_bounty?schema=public
|
||||
|
||||
Reference in New Issue
Block a user