diff options
| author | iCrawl <[email protected]> | 2021-02-20 00:42:23 +0100 |
|---|---|---|
| committer | iCrawl <[email protected]> | 2021-02-20 00:42:23 +0100 |
| commit | f7bcd6718d63536672241b6503d348713133a340 (patch) | |
| tree | 9fdb9758ee0a3acee47227c26eb43ab5c0793229 /docker/docker-compose.local.yml | |
| parent | chore: add docker docs (diff) | |
| download | host.fuwn.me-f7bcd6718d63536672241b6503d348713133a340.tar.xz host.fuwn.me-f7bcd6718d63536672241b6503d348713133a340.zip | |
chore: update docker guide
Diffstat (limited to 'docker/docker-compose.local.yml')
| -rw-r--r-- | docker/docker-compose.local.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docker/docker-compose.local.yml b/docker/docker-compose.local.yml index 982370a..8b41939 100644 --- a/docker/docker-compose.local.yml +++ b/docker/docker-compose.local.yml @@ -1,10 +1,6 @@ version: "3.7" services: - nginx: - volumes: - - nginx-data:/etc/nginx - chibisafe: volumes: - chibisafe-data:/usr/chibisafe/uploads |