forked from linux/WebHosting
changes
This commit is contained in:
+2
-5
@@ -1,5 +1,3 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
@@ -10,7 +8,7 @@ services:
|
||||
volumes:
|
||||
- /etc/pki/tls/certs/excalidraw.psi.ch.crt:/etc/nginx/certs/cert.crt:ro
|
||||
- /etc/pki/tls/private/excalidraw.psi.ch.key:/etc/nginx/certs/cert.key:ro
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- /etc/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
depends_on:
|
||||
- excalidraw
|
||||
|
||||
@@ -18,5 +16,4 @@ services:
|
||||
image: excalidraw/excalidraw:latest
|
||||
container_name: excalidraw
|
||||
ports:
|
||||
- "5000:5000"
|
||||
|
||||
- "5000:80"
|
||||
|
||||
Reference in New Issue
Block a user