mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-01 08:08:59 +02:00
removed redundant port
This commit is contained in:
@@ -2,8 +2,6 @@ services:
|
|||||||
pds:
|
pds:
|
||||||
image: ghcr.io/bluesky-social/pds:0.4
|
image: ghcr.io/bluesky-social/pds:0.4
|
||||||
restart: {{docker_restart_policy}}
|
restart: {{docker_restart_policy}}
|
||||||
ports:
|
|
||||||
- {{http_port}}:3000
|
|
||||||
volumes:
|
volumes:
|
||||||
- pds_data:/pds
|
- pds_data:/pds
|
||||||
env_file:
|
env_file:
|
||||||
|
Reference in New Issue
Block a user