Change /srv/http/pages to /srv/http, resolve merge conflict
This commit is contained in:
parent
f272a145d6
commit
e23db0dff5
1 changed files with 1 additions and 4 deletions
|
@ -39,14 +39,11 @@ services:
|
|||
image: docker.io/alpine/socat:latest
|
||||
command: "UNIX-LISTEN:/mnt/weblate,fork,mode=660 TCP4:weblate:8080"
|
||||
volumes:
|
||||
- /srv/http/pages:/mnt
|
||||
- /srv/http:/mnt
|
||||
volumes:
|
||||
weblate-cache: {}
|
||||
weblate-data: {}
|
||||
weblate-var: {}
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
weblate-backup: {}
|
||||
>>>>>>> 007f1a5 (We're up)
|
||||
postgresql-data: {}
|
||||
redis-data: {}
|
||||
|
|
Loading…
Reference in a new issue