comment web mapping by default
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ services:
|
||||
- REMARK_DISQUS_CSEC
|
||||
volumes:
|
||||
- ./var:/srv/var
|
||||
- ./web:/srv/web # maps web directory directly to propagate local changes to container without redeploy
|
||||
#- ./web:/srv/web # uncomment to map web directory directly. It will propagate local changes to container without redeploy
|
||||
|
||||
user: ${USER} # if local UID != 1001 (default) set `USER` in your env, i.e. export USER=`id -u $USER`
|
||||
command: /srv/remark server
|
||||
|
||||
Reference in New Issue
Block a user