From bd0bff6bc84c4cc43fb5adf31b369e0fe5f91854 Mon Sep 17 00:00:00 2001 From: KsmoinO <99479-KsmoinO@users.noreply.framagit.org> Date: Sat, 19 Nov 2022 15:53:38 +0100 Subject: [PATCH] HedgeDoc - Fix 9/x --- podman-hedgedoc/docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/podman-hedgedoc/docker-compose.yml b/podman-hedgedoc/docker-compose.yml index 6e46b0e..eddf110 100644 --- a/podman-hedgedoc/docker-compose.yml +++ b/podman-hedgedoc/docker-compose.yml @@ -84,9 +84,9 @@ services: # # **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). # - CMD_URL_ADDPORT=true - volumes: - - uploads:/hedgedoc/public/uploads - - data:/data + #volumes: + # - uploads:/hedgedoc/public/uploads + # - data:/data ports: # Ports that are published to the outside. # The latter port is the port inside the container. It should always stay on 3000 @@ -110,5 +110,5 @@ networks: volumes: # Volume for PostgreSQL/MySQL database database: - uploads: - data: + #uploads: + #data: