HedgeDoc - Fix 9/x
This commit is contained in:
parent
4d5dcebcac
commit
bd0bff6bc8
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue