Update actual-server/docker-compose.yml

Switched to image based on alpine
This commit is contained in:
theflyingfool 2024-04-21 14:19:14 -05:00
parent b02754de31
commit 9fd5f89a70

View File

@ -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.