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: