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.
|
||||
# # 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:
|
||||
|
|
Loading…
Reference in a new issue