diff options
| author | ありす <alice.164@outlook.jp> | 2023-10-07 08:33:17 +0900 |
|---|---|---|
| committer | ありす <alice.164@outlook.jp> | 2023-10-07 08:33:17 +0900 |
| commit | a64dae2d07afd02fd8260e188a75505b74497011 (patch) | |
| tree | efe1018e9aa5f0e7147649f090394eee1a95111d /docker-compose.yml.example | |
| parent | revert: recent change (diff) | |
| download | sharkey-a64dae2d07afd02fd8260e188a75505b74497011.tar.gz sharkey-a64dae2d07afd02fd8260e188a75505b74497011.tar.bz2 sharkey-a64dae2d07afd02fd8260e188a75505b74497011.zip | |
Fix. Fixed build problem with Docker
Diffstat (limited to 'docker-compose.yml.example')
| -rw-r--r-- | docker-compose.yml.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.yml.example b/docker-compose.yml.example index a9a2ff5d92..287a23cab8 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -61,7 +61,8 @@ services: # volumes: # - ./meili_data:/meili_data + networks: shonk: web: - external: true + external: true |