diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-09-03 21:57:15 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-09-03 21:57:15 +0100 |
commit | 71fbd304f3d2143f6daae2b543081f2e72a0367a (patch) | |
tree | b7630bb8aebd8c4fac7f1f9237f5c1acda138679 | |
parent | 47058e60b268f9799c8236121f44c640e826e8ac (diff) | |
parent | 24f9f7fb3a451fab49d78895a5089810c05f6c5f (diff) | |
download | eda.gay-71fbd304f3d2143f6daae2b543081f2e72a0367a.tar.gz eda.gay-71fbd304f3d2143f6daae2b543081f2e72a0367a.zip |
Merge branch 'master' of github.com:jwansek/eda.gay
-rwxr-xr-x | docker-compose.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 2a78e22..2c3f483 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -54,6 +54,8 @@ services: interval: 30s timeout: 5s retries: 2 + networks: + - edaweb-net user: "998:998" read_only: true security_opt: @@ -71,6 +73,8 @@ services: interval: 30s timeout: 5s retries: 2 + networks: + - edaweb-net user: "999:1000" read_only: true security_opt: |