You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-18
Original file line number
Diff line number
Diff line change
@@ -170,25 +170,9 @@ docker rm losslesscut
170
170
171
171
## Docker Compose File
172
172
173
-
Here is an example of a `docker-compose.yml` file that can be used with [Docker Compose](https://docs.docker.com/compose/overview/).
173
+
An example [`docker-compose.yaml`](./blob/docker-compose.yaml) file is provided for use with [Docker Compose](https://docs.docker.com/compose/overview/).
174
174
175
-
Make sure to adjust according to your needs. Note that only mandatory network
176
-
ports are part of the example.
177
-
178
-
```yaml
179
-
---
180
-
services:
181
-
losslesscut:
182
-
image: outlyernet/losslesscut
183
-
ports:
184
-
- "5800:5800" # Web UI
185
-
volumes:
186
-
- "./losslesscut:/config:rw"
187
-
- "$HOME:/storage:rw"
188
-
environment:
189
-
DARK_MODE: "1"
190
-
SECURE_CONNECTION: "1"
191
-
```
175
+
Make sure to adjust according to your needs. Note that only mandatory network ports are part of the example.
0 commit comments