mirror of
https://github.com/friendica/docker
synced 2026-01-07 18:07:58 +01:00
Update README/stack & remove deployment binaries
This commit is contained in:
parent
7adb58feb3
commit
a9d96e0dbe
6 changed files with 45 additions and 69 deletions
|
|
@ -13,7 +13,7 @@ services:
|
|||
- MYSQL_RANDOM_ROOT_PASSWORD=yes
|
||||
|
||||
app:
|
||||
image: friendica/server:dev-apache
|
||||
image: friendica:apache
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
|
|
@ -32,7 +32,7 @@ services:
|
|||
- db
|
||||
|
||||
cron:
|
||||
image: friendica/server:dev-apache
|
||||
image: friendica:apache
|
||||
restart: always
|
||||
volumes:
|
||||
- friendica:/var/www/html
|
||||
|
|
@ -49,4 +49,4 @@ services:
|
|||
|
||||
volumes:
|
||||
db:
|
||||
friendica:
|
||||
friendica:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue