mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-19 04:25:33 +00:00
removed unnecessary env file
This commit is contained in:
@@ -4,8 +4,6 @@ services:
|
|||||||
restart: {{docker_restart_policy}}
|
restart: {{docker_restart_policy}}
|
||||||
volumes:
|
volumes:
|
||||||
- pds_data:/pds
|
- pds_data:/pds
|
||||||
env_file:
|
|
||||||
- /env
|
|
||||||
environment:
|
environment:
|
||||||
# Geben Sie hier Ihre Domain und Konfigurationsdetails an
|
# Geben Sie hier Ihre Domain und Konfigurationsdetails an
|
||||||
PDS_HOSTNAME: "{{domain}}"
|
PDS_HOSTNAME: "{{domain}}"
|
||||||
|
Reference in New Issue
Block a user