Website | Documentation | Official Repository | Doker template | Demo shop
version: "3"
services:
platform:
image: ghcr.io/getwebspace/platform:latest
environment:
- DEBUG=1
# - SIMPLE_PHONE_CHECK=1
# - DATABASE=mysql://user:secret@localhost/mydb
volumes:
- ./resource:/var/container/public/resource:ro
- ./plugin:/var/container/plugin:rw
- ./theme:/var/container/theme:ro
- ./var:/var/container/var:rw
- ./var/upload:/var/container/public/uploads:rw
ports:
- 9000:80
chmod -R 0777 plugin
chmod -R 0777 resource
chmod -R 0777 theme
chmod -R 0777 var
After starting the container, go to https://[your-domain]/cup/system
Licensed under the MIT license. See License File for more information.