Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F13783038
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
758 B
Subscribers
None
View Options
diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml
index f118237..c78af02 100644
--- a/docker-compose.prod.yml
+++ b/docker-compose.prod.yml
@@ -1,25 +1,26 @@
+version: '3'
services:
app:
image: ghcr.io/writefreely/writefreely:latest
container_name: writefreely
volumes:
- ./data:/data
ports:
- 127.0.0.1:8080:8080
depends_on:
- db
restart: unless-stopped
db:
image: lscr.io/linuxserver/mariadb
container_name: writefreely-mariadb
volumes:
- ./db:/config
environment:
- PUID=65534
- PGID=65534
- TZ=Etc/UTC
- MYSQL_DATABASE=writefreely
- MYSQL_USER=writefreely
- MYSQL_PASSWORD=P@ssw0rd
restart: unless-stopped
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Jan 31, 6:34 AM (11 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3611985
Attached To
rWF WriteFreely
Event Timeline
Log In to Comment