Update actual-server/docker-compose.yml
Switched to image based on alpine
This commit is contained in:
parent
b02754de31
commit
9fd5f89a70
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
actual_server:
|
||||
image: docker.io/actualbudget/actual-server:latest
|
||||
image: docker.io/actualbudget/actual-server:latest-alpine
|
||||
ports:
|
||||
# This line makes Actual available at port 5006 of the device you run the server on,
|
||||
# i.e. http://localhost:5006. You can change the first number to change the port, if you want.
|
||||
|
Loading…
Reference in New Issue
Block a user