diff options
| author | lolcat <will@lolcat.ca> | 2024-04-19 02:17:51 +0000 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2024-04-19 02:17:51 +0000 |
| commit | 55a093925fbcca4bbee38f1185a6ccb1584fd4c3 (patch) | |
| tree | f22911ade555f97a7c6b3a43a4ef0a5aaf4a939c /docker-compose.yaml | |
| parent | 12b67af69c7a3fe4d82b5a30fe0e1eeb6db2fc34 (diff) | |
| parent | ccddba91db05417b3502f0c669acf6b07c11a79d (diff) | |
Merge pull request 'Address 'Docker: multiple issues'' (#7) from Eclair5748/4get:master into master
Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/7
looks good
Diffstat (limited to 'docker-compose.yaml')
| -rw-r--r-- | docker-compose.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index f4ae0aa..df41b23 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,7 +4,7 @@ version: "3.7" services: fourget: image: luuul/4get:latest - restart: always + restart: unless-stopped environment: - FOURGET_VERSION=6 - FOURGET_SERVER_NAME=4get.ca |
