Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F13805909
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
917 B
Subscribers
None
View Options
diff --git a/docker-compose.yml b/docker-compose.yml
index 0fc0410..9e8960b 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,33 +1,33 @@
version: "3"
services:
web:
build: .
volumes:
- ./web-data/:/go/src/app
- ./config.ini.docker:/go/cmd/writefreely/config.ini
ports:
- - "9000:9000"
+ - "8080:8080"
networks:
- external_writefreely
- internal_writefreely
depends_on:
- db
restart: unless-stopped
db:
image: mariadb:10.4
command: mysqld --character-set-server=latin1 --collation-server=latin1_swedish_ci
environment:
- MYSQL_DATABASE=writefreely
- MYSQL_ROOT_PASSWORD=writefreely
volumes:
- ./Mariadb/:/var/lib/mysql
networks:
- internal_writefreely
restart: unless-stopped
networks:
external_writefreely:
internal_writefreely:
internal: true
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Feb 10, 6:10 PM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3623168
Attached To
rWF WriteFreely
Event Timeline
Log In to Comment