Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10493190
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
978 B
Subscribers
None
View Options
diff --git a/docker-compose.yml b/docker-compose.yml
index 605c21f..e6f0958 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,35 +1,35 @@
version: "3"
services:
web:
build: .
entrypoint: ls -lA
volumes:
- ./web-data/:/go/src/app
- ./config.ini.example:/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
command: mysqld --character-set-server=latin1 --collation-server=latin1_swedish_ci
environment:
- MYSQL_DATABASE=writefreely
- MYSQL_ROOT_PASSWORD=writefreely
volumes:
- ./schema.sql:/tmp/schema.sql
- ./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
Wed, Mar 5, 7:47 PM (19 m, 55 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3167700
Attached To
rWF WriteFreely
Event Timeline
Log In to Comment