Change /srv/http/pages to /srv/http, resolve merge conflict

This commit is contained in:
Anthony Wang 2024-02-25 12:40:25 -05:00
parent f272a145d6
commit e23db0dff5
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -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: {}