Update actual-server/docker-compose.yml

Testing "normal" image
This commit is contained in:
theflyingfool 2024-04-21 14:37:51 -05:00
parent 6738d91715
commit 3e69a12b53

View File

@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
actual_server: actual_server:
image: docker.io/actualbudget/actual-server:latest-alpine image: docker.io/actualbudget/actual-server:latest
ports: ports:
# This line makes Actual available at port 5006 of the device you run the server on, # 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. # i.e. http://localhost:5006. You can change the first number to change the port, if you want.