diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-15 20:35:04 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-15 20:35:04 -0300 |
commit | b5594702f82d09f953b233bc9df89222e651e038 (patch) | |
tree | cba4ea23c367586a24710142969ffa9dbba29971 /docker-compose.example.yaml | |
parent | 94de1538f1070c7e505766bdba36232a316928e0 (diff) |
Added space to qbittorrent port identifier
Diffstat (limited to 'docker-compose.example.yaml')
-rw-r--r-- | docker-compose.example.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml index d4ab65c..cd1bc50 100644 --- a/docker-compose.example.yaml +++ b/docker-compose.example.yaml @@ -28,7 +28,7 @@ services: - <media_folder>/downloads:/downloads - <install_location>/config/qbittorrent:/config restart: unless-stopped - ports: #qbittorrent + ports: # qbittorrent - 8080:8080 # qbittorrent #network_mode: "service:gluetun" |