diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-04-10 11:55:11 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-04-30 15:39:36 +0200 |
commit | 049f85221e945b90bf87d21afe4d306839d65740 (patch) | |
tree | 1288ab580f2a274df8b507e2bbe37e2ff03c70ca /docker-compose.yml | |
parent | cd75da69f9e57c3fe0f63c3ed6def0577d75a47c (diff) | |
download | homer-049f85221e945b90bf87d21afe4d306839d65740.tar.gz homer-049f85221e945b90bf87d21afe4d306839d65740.tar.zst homer-049f85221e945b90bf87d21afe4d306839d65740.zip |
Simplify the container starting process to allow it to run with a
unprivileged user
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 884703c..231e72a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml | |||
@@ -10,7 +10,6 @@ services: | |||
10 | - /your/local/assets/:/www/assets | 10 | - /your/local/assets/:/www/assets |
11 | ports: | 11 | ports: |
12 | - 8080:8080 | 12 | - 8080:8080 |
13 | #environment: | 13 | user: 1000:1000 # default |
14 | # - UID=1000 | 14 | environment: |
15 | # - GID=1000 | 15 | - INIT_ASSETS=1 # default |
16 | restart: unless-stopped | ||