Skip to content

Commit

Permalink
fix: confused ports
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasPeters committed Dec 3, 2024
1 parent 678d13f commit 12fcd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/outline/templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
restart: always
network_mode: host # TODO replace this once postgres has been dockerized
# ports:
# - "3000:4568"
# - "4568:3000"
healthcheck:
test: |
wget -qO- http://localhost:${PORT}/_health | grep -q OK \
Expand Down

0 comments on commit 12fcd01

Please sign in to comment.