diff options
author | TheodorSmall <theodorsmall@disroot.org> | 2024-10-10 16:01:42 +0200 |
---|---|---|
committer | TheodorSmall <theodorsmall@disroot.org> | 2024-10-10 16:03:10 +0200 |
commit | e7888ae691b390c762b88fdc382058e5669a5fed (patch) | |
tree | e6e5d02327a27bc5ade3ada19a36da7b10582473 | |
parent | 53d8cfd7d042c45ccc78f82d3c4b3f2fc8272c7f (diff) |
Fix indentation of the docker-compose file in doc/docker.md
Closes #151.
-rw-r--r-- | doc/docker.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/docker.md b/doc/docker.md index 1b8a20c..f562d3b 100644 --- a/doc/docker.md +++ b/doc/docker.md @@ -107,12 +107,12 @@ Or use compose: services: proxy: container_name: mt-multiserver-proxy - image: mt-multiserver-proxy - ports: - - "40000:40000/udp" - restart: unless-stopped - volumes: - - mtproxy_data:/usr/local/mt-multiserver-proxy + image: mt-multiserver-proxy + ports: + - "40000:40000/udp" + restart: unless-stopped + volumes: + - mtproxy_data:/usr/local/mt-multiserver-proxy volumes: mtproxy_data: external: true |