HedgeDoc - Fix 12/x

This commit is contained in:
KsmoinO 2022-11-19 19:02:19 +01:00
parent 99e874e5f9
commit bd1b8f4427
1 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ services:
# - POSTGRES_PASSWORD= # - POSTGRES_PASSWORD=
# - POSTGRES_DB=hedgedoc # - POSTGRES_DB=hedgedoc
volumes: volumes:
- ${dbvolume}:/var/lib/postgresql/data - podman-hedgedoc_database:/var/lib/postgresql/data
networks: networks:
backend: backend:
restart: always restart: always
@ -85,7 +85,7 @@ services:
# # Set this to false if your reverse uses the default ports (443 for HTTPS or 80 for HTTP). # # Set this to false if your reverse uses the default ports (443 for HTTPS or 80 for HTTP).
# - CMD_URL_ADDPORT=true # - CMD_URL_ADDPORT=true
volumes: volumes:
- ${datavolume}:/hedgedoc/public/uploads - podman-hedgedoc_data:/hedgedoc/public/uploads
ports: ports:
# Ports that are published to the outside. # Ports that are published to the outside.
# The latter port is the port inside the container. It should always stay on 3000 # The latter port is the port inside the container. It should always stay on 3000
@ -108,5 +108,5 @@ networks:
# Define named volumes so data stays in place # Define named volumes so data stays in place
volumes: volumes:
# Volume for PostgreSQL/MySQL database # Volume for PostgreSQL/MySQL database
${dbvolume}: podman-hedgedoc_database:
${datavolume}: podman-hedgedoc_data: