diff options
author | gesang <gesang@itinerariummentis.org> | 2024-06-23 16:04:46 +0000 |
---|---|---|
committer | gesang <gesang@itinerariummentis.org> | 2024-06-23 16:04:46 +0000 |
commit | 91116519ca1fc5cd15a1f0126718bf5875a224ff (patch) | |
tree | 836d93742d5544425e98a23d50eab2e3b2f3f719 /docker-compose.yaml | |
parent | 2b476d5a076bc7bbe742e19f556f90526b1304b3 (diff) | |
parent | 0b68d6b2a9928d1b9dae389fbf5b95056e678be0 (diff) |
wtf
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r-- | docker-compose.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 6f9332a..845c69b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,8 +6,12 @@ services: image: luuul/4get:latest restart: unless-stopped environment: +<<<<<<< HEAD - FOURGET_VERSION=6 - FOURGET_SERVER_NAME=4get.itinerariummentis.org +======= + - FOURGET_SERVER_NAME=4get.ca +>>>>>>> 0b68d6b2a9928d1b9dae389fbf5b95056e678be0 ports: - "80:80" |