10 lines
268 B
Plaintext
10 lines
268 B
Plaintext
|
version: "3"
|
||
|
services:
|
||
|
simplytranslate:
|
||
|
image: quay.io/pussthecatorg/simplytranslate:latest
|
||
|
ports:
|
||
|
- "127.0.0.1:5046:5000" # Replace with "5000:5000" if you don't use a reverse proxy
|
||
|
volumes:
|
||
|
- "./extras.conf:/etc/simplytranslate/web.conf"
|
||
|
|