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_DB=hedgedoc
volumes:
- ${dbvolume}:/var/lib/postgresql/data
- podman-hedgedoc_database:/var/lib/postgresql/data
networks:
backend:
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).
# - CMD_URL_ADDPORT=true
volumes:
- ${datavolume}:/hedgedoc/public/uploads
- podman-hedgedoc_data:/hedgedoc/public/uploads
ports:
# Ports that are published to the outside.
# 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
volumes:
# Volume for PostgreSQL/MySQL database
${dbvolume}:
${datavolume}:
podman-hedgedoc_database:
podman-hedgedoc_data: