Skip to content

Commit

Permalink
Fix indentation of the docker-compose file in doc/docker.md
Browse files Browse the repository at this point in the history
Closes #151.
  • Loading branch information
TheodorSmall committed Oct 10, 2024
1 parent 53d8cfd commit e7888ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7888ae

Please sign in to comment.