HedgeDoc - Fix 9/x

This commit is contained in:
KsmoinO 2022-11-19 15:53:38 +01:00
parent 4d5dcebcac
commit bd0bff6bc8

View file

@ -84,9 +84,9 @@ services:
# # **URL_ADDPORT** defines if generated links should contain the port. # # **URL_ADDPORT** defines if generated links should contain the port.
# # 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:
- uploads:/hedgedoc/public/uploads # - uploads:/hedgedoc/public/uploads
- data:/data # - data:/data
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
@ -110,5 +110,5 @@ networks:
volumes: volumes:
# Volume for PostgreSQL/MySQL database # Volume for PostgreSQL/MySQL database
database: database:
uploads: #uploads:
data: #data: